home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / System / PPCReleaseDEV / ToolsDebug / PPCSetDebugMode.doc next >
Encoding:
Text File  |  1998-02-21  |  980 b   |  45 lines

  1. PPCSetDebugMode
  2.  
  3. is a tool to activate/disactivate certain debug outputs and has the following
  4. functions. Don`t expect output which is easily understandable...
  5.  
  6.  o LOADFILE/NOLOADFILE
  7.  
  8.    activate/disactivate the elf loader debug output
  9.  
  10.  o MEMORY/NOMEMORY
  11.  
  12.    activate/disactivate the memory management debug output
  13.  
  14.  o INIT/NOINIT
  15.  
  16.    activate/disactivate the lib init debug output.
  17.    Only for completeness because when you activate it
  18.    the init already passed by:-)
  19.  
  20.  o MSGIN/NOMSGIN
  21.  
  22.    activate/disactivate the communication from the PPC to the M68k
  23.    debug output
  24.  
  25.  o MSGOUT/NOMSGOUT
  26.  
  27.    activate/disactivate the M68k scheduler communication to the PPC
  28.    debug output.
  29.  
  30.  o TASK/NOTASK
  31.  
  32.    activate/disactivate the task functions debug output
  33.  
  34.  o MMU/NOMMU
  35.  
  36.    activate/disactivate the mmu function debug output
  37.  
  38.  o MSG/NOMSG
  39.  
  40.    activate/disactivate the message system M68k->PPC debug output
  41.  
  42.  o MISC/NOMISC
  43.  
  44.    activate/disactivate miscellanous functions debug output
  45.